home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / nwc-x86.zip / NET.HL_ / NET.HL
Text (UTF-16)  |  1993-11-12  |  109KB  |  1,194 lines

  1. /*Copyright (c) 1991-1993 Microsoft Corporation
  2.  
  3. Module Name:
  4.  
  5.     net.hlp
  6.  
  7. Abstract:
  8.  
  9.     This file contains the help text used by the net command.  It is used
  10.     as is by the net command (e.g. it isn't "built" into some other form).
  11.  
  12. Environment:
  13.  
  14.     User Mode - Win32
  15.     Portable to any flat, 32-bit environment.  (Uses Win32 typedefs.)
  16.     Requires ANSI C extensions: slash-slash comments.
  17.  
  18. Notes:
  19.  
  20.     You will find the documentation on how this file is formatted at the end
  21.     of this file.
  22.  
  23. --*/
  24.  
  25. %A CONTINUE:     CONT
  26. %A FILE:     FILES
  27. %A GROUP:     GROUPS
  28. %A REPLICATOR: REPL, REPLICATOR
  29. %A SESSION:     SESSIONS, SESS
  30. %A STATISTICS:     STATS
  31. %A USER:     USERS
  32. %A WORKSTATION:     REDIRECTOR, REDIR, RDR, WORK, WKSTA, PRDR, DEVRDR
  33. %A MESSENGER:     MSG, RECEIVER, RCV
  34. %A SERVER:     SVR,  SRV
  35.  
  36. !C NET
  37. !C NAMES
  38. !C SYNTAX
  39. !C SERVICES
  40.  
  41. .1 SERVICES
  42. :1 
  43.  
  44.    Help is available on starting these network services:
  45.  
  46.       NET START ALERTER                      NET START REMOTEACCESS
  47.       NET START CLIPBOOK SERVER              NET START RPCLOCATOR
  48.       NET START COMPUTER BROWSER             NET START RPCSS
  49.       NET START DIRECTORY REPLICATOR         NET START SCHEDULE
  50.       NET START EVENTLOG                     NET START SERVER
  51.       NET START FILE SERVER FOR MACINTOSH    NET START SNMP
  52.       NET START FTP SERVER                   NET START TCPIP
  53.       NET START MESSENGER                    NET START TCPIP NETBIOS
  54.       NET START NET LOGON                    NET START TCPIP NETBIOS HELPER
  55.       NET START NETWORK DDE                  NET START TELNET
  56.       NET START NETWORK DDE DSDM             NET START WORKSTATION   
  57.       NET START NWLINK                       
  58.       NET START NWNBLINK         
  59.       NET START PRINT SERVER FOR MACINTOSH
  60.  
  61. #1
  62. $1 There are no options for this topic. This topic is a list of 
  63.    network services that can be started. It is not a NET command.
  64.  
  65. .1 SYNTAX
  66. :1
  67.  
  68.    The following conventions are used to indicate command syntax:
  69.  
  70.    þ  Capital letters represent words that must be typed as shown. Lower-
  71.       case letters represent names of items that may vary, such as filenames.
  72.  
  73.    þ  The [ and ] characters surround optional items that can be supplied
  74.       with the command.
  75.  
  76.    þ  The { and } characters surround lists of items. You must supply one
  77.       of the items with the command.
  78.  
  79.    þ  The | character separates items in a list. Only one of the items can
  80.       be supplied with the command.
  81.  
  82.       For example, in the following syntax, you must type NET COMMAND and
  83.       either SWITCH1 or SWITCH2. Supplying a name is optional.
  84.           NET COMMAND [name] {SWITCH1 | SWITCH2}
  85.  
  86.    þ  The [...] characters mean you can repeat the previous item.
  87.       Separate items with spaces.
  88.  
  89.    þ  The [,...] characters mean you can repeat the previous item, but
  90.       you must separate items with commas or semicolons, not spaces.
  91. #1
  92. $1 There are no options for this topic. This topic is about how to
  93.    read syntax lines. It is not a NET command.
  94.  
  95. .1 NET
  96. .2     ACCOUNTS
  97. :2              [/FORCELOGOFF:{minutes | NO}] [/MINPWLEN:length]
  98.                 [/MAXPWAGE:{days | UNLIMITED}] [/MINPWAGE:days]
  99.                 [/UNIQUEPW:number] [/DOMAIN]
  100.    NET ACCOUNTS [/SYNC] [/DOMAIN]
  101.  
  102. #2 NET ACCOUNTS updates the user accounts database and modifies password 
  103.    and logon requirements for all accounts. 
  104.    When used without options, NET ACCOUNTS displays the current settings for
  105.    password, logon limitations, and domain information.
  106.  
  107.    Two conditions are required in order for options used with 
  108.    NET ACCOUNTS to take effect:
  109.  
  110.    þ  The password and logon requirements are only effective if user 
  111.       accounts have been set up (use User Manager or the NET USER command).
  112.  
  113.    þ  The Net Logon service must be running on all servers in the domain 
  114.       that verify logon. Net Logon is started automatically when Windows NT 
  115.       starts.
  116.  
  117.    /SYNC                         Updates the user accounts database.
  118.    /FORCELOGOFF:{minutes | NO}   Sets the number of minutes a user has 
  119.                                  before being forced to log off when the 
  120.                                  account expires or valid logon hours expire.
  121.                                  NO, the default, prevents forced logoff.
  122.    /MINPWLEN:length              Sets the minimum number of characters for
  123.                                  a password. The range is 0-14 characters;
  124.                                  the default is 6 characters.
  125.    /MAXPWAGE:{days | UNLIMITED}  Sets the maximum number of days that a 
  126.                                  password is valid. No limit is specified
  127.                                  by using UNLIMITED. /MAXPWAGE can't be less 
  128.                                  than /MINPWAGE. The range is 1-49710; the 
  129.                                  default is 90 days.
  130.    /MINPWAGE:days                Sets the minimum number of days that must 
  131.                                  pass before a user can change a password. 
  132.                                  A value of 0 sets no minimum time. The range 
  133.                                  is 0-49710; the default is 0 days. /MINPWAGE 
  134.                                  can't be more than /MAXPWAGE.
  135.    /UNIQUEPW:number              Requires that a user's passwords be unique 
  136.                                  through the specified number of password 
  137.                                  changes. The maximum value is 8.
  138.    /DOMAIN                       Performs the operation on the domain
  139.                                  controller of the current domain. Otherwise, 
  140.                                  the operation is performed on the local 
  141.                                  workstation.
  142.  
  143.                                  This parameter applies only to Windows NT 
  144.                                  computers that are members of a Windows NT 
  145.                                  Advanced Server domain but do not have 
  146.                                  Windows NT Advanced Server software 
  147.                                  installed.
  148.                                  By default, Windows NT Advanced Server
  149.                                  computers perform operations on the domain 
  150.                                  controller. 
  151.  
  152.    NET HELP command | MORE displays Help one screen at a time.
  153. $2 
  154.    NET HELP ACCOUNTS describes the options for this command.
  155. .2     COMPUTER
  156. :2              \\computername {/ADD | /DEL}
  157. #2   NET COMPUTER adds or deletes computers from a domain database. This 
  158.      command is available only on Advanced Servers.
  159.  
  160.    \\computername    Specifies the computer to add or delete from
  161.                      the domain.
  162.    /ADD              Adds the specified computer to the domain.
  163.    /DEL              Removes the specified computer from the domain.
  164. $2 
  165.    NET HELP COMPUTER describes the options for this command.
  166. .2     CONFIG
  167. .3            SERVER
  168. :3                   [/AUTODISCONNECT:time]
  169.                      [/SRVCOMMENT:"text"]
  170.                      [/HIDDEN:{YES | NO}]
  171. #3 NET CONFIG SERVER displays or changes settings for the Server service.
  172.  
  173.    /AUTODISCONNECT:time    Sets the maximum number of minutes a user's 
  174.                            session can be inactive before it is disconnected.
  175.                            You can specify -1 to never disconnect. The range 
  176.                            is -1-65535 minutes; the default is -1. 
  177.    /SRVCOMMENT:"text"      Adds a comment for the server that is displayed in
  178.                            Windows NT Screens and with the NET VIEW command. 
  179.                            The comment can have as many as 48 characters. 
  180.                            Enclose the text in quotation marks. 
  181.    /HIDDEN:{YES | NO}      Specifies whether the server's computername 
  182.                            appears on display listings of servers. Note that
  183.                            hiding a server does not alter the permissions 
  184.                            on that server. The default is NO. 
  185.  
  186.    To display the current configuration for the Server service, 
  187.    type NET CONFIG SERVER without parameters.
  188.  
  189.    NET HELP command | MORE displays Help one screen at a time.
  190.  
  191. $3
  192.  
  193.    NET HELP CONFIG SERVER describes the options for this command.
  194. .3            WORKSTATION
  195. :3                        [/CHARCOUNT:bytes]
  196.                           [/CHARTIME:msec]
  197.                           [/CHARWAIT:sec]
  198. #3 NET CONFIG WORKSTATION displays or changes settings for 
  199.    the Workstation service.
  200.  
  201.    /CHARCOUNT:bytes   Specifies the amount of data Windows NT collects 
  202.                       before sending the data to a communication device. 
  203.                       If /CHARTIME:msec is also set, Windows NT acts on 
  204.                       whichever option is satisfied first. 
  205.                       The range is 0-65535 bytes; the default is 16 bytes. 
  206.    /CHARTIME:msec     Sets the number of milliseconds Windows NT collects 
  207.                       data before sending the data to a communication device.
  208.                       If /CHARCOUNT:bytes is also set, Windows NT acts on 
  209.                       whichever option is satisfied first. The range 
  210.                       is 0-655350000 milliseconds; the default is 
  211.                       250 milliseconds. 
  212.    /CHARWAIT:sec      Sets the number of seconds Windows NT waits for a
  213.                       communication device to become available. The range 
  214.                       is 0-65535 seconds; the default is 3600 seconds. 
  215.  
  216.    To display the current configuration for the Workstation service, 
  217.    type NET CONFIG WORKSTATION without parameters.
  218.  
  219.    NET HELP command | MORE displays Help one screen at a time.
  220. $3
  221.  
  222.    NET HELP CONFIG WORKSTATION describes the options for this command.
  223. :2            [SERVER | WORKSTATION]
  224. #2 NET CONFIG displays configuration information of a workstation or server.
  225.    When used without the server or workstation switch, it displays a list of 
  226.    configurable services. To get help with configuring a service, type
  227.    NET HELP CONFIG service.
  228.  
  229.    SERVER        Displays information about the configuration of a server.
  230.    WORKSTATION   Displays information about the configuration of a 
  231.                  workstation.
  232.  
  233.    NET HELP command | MORE displays Help one screen at a time.
  234. $2
  235.  
  236.    NET HELP CONFIG WORKSTATION describes the options for this command.
  237. .2     CONTINUE
  238. :2              service
  239.  
  240. #2 NET CONTINUE reactivates a Windows NT service that has been 
  241.    suspended by NET PAUSE.
  242.  
  243.    service             Is the paused service.
  244.                        Can be one of the following:
  245.                        Net Logon       Telnet
  246.                        Schedule        Workstation
  247.                        Server 
  248.  
  249.    NET HELP command | MORE displays Help one screen at a time.
  250. $2        
  251.  
  252.    NET HELP CONTINUE describes the options for this command.
  253. .2     FILE
  254. :2          [id [/CLOSE]]
  255. #2 NET FILE closes a shared file and removes file locks. When used without
  256.    options, it lists the open files on a server. The listing includes the
  257.    identification number assigned to an open file, the pathname of the file,
  258.    the username, and the number of locks on the file.
  259.  
  260.    This command works only on servers.
  261.  
  262.    id      Is the identification number of the file.
  263.    /CLOSE  Closes an open file and removes file locks. Type this command 
  264.            from the server where the file is shared.
  265.  
  266.    NET HELP command | MORE displays Help one screen at a time.
  267. $2        
  268.  
  269.    NET HELP FILE describes the options for this command.
  270. .2     GROUP
  271. :2           [groupname [/COMMENT:"text"]] [/DOMAIN]
  272.              groupname {/ADD [/COMMENT:"text"] | /DELETE}  [/DOMAIN]
  273.              groupname username [...] {/ADD | /DELETE} [/DOMAIN]
  274. #2 NET GROUP adds, displays, or modifies global groups on servers. Used 
  275.    without parameters, it displays the groupnames on the server.
  276.  
  277.    groupname        Is the name of the group to add, expand, or delete. 
  278.                     Supply only a groupname to view a list of users 
  279.                     in a group. 
  280.    /COMMENT:"text"  Adds a comment for a new or existing group. 
  281.                     The comment can have as many as 48 characters. Enclose 
  282.                     the text in quotation marks. 
  283.    /DOMAIN          Performs the operation on the domain controller 
  284.                     of the current domain. Otherwise, the operation is 
  285.                     performed on the local workstation. 
  286.                     This parameter applies only to Windows NT computers that
  287.                     are members of a Windows NT Advance Server domain but 
  288.                     do not have Windows NT Advanced Server software 
  289.                     installed. By default, Windows NT Advanced Server
  290.                     computers perform operations on the domain 
  291.                     controller. 
  292.    username[ ...]   Lists one or more usernames to add to or remove from 
  293.                     a group. Separate multiple username entries with a space. 
  294.    /ADD             Adds a group, or adds a username to a group. 
  295.    /DELETE          Removes a group, or removes a username from a group. 
  296.  
  297.    NET HELP command | MORE displays Help one screen at a time.
  298. $2        
  299.  
  300.    NET HELP GROUP describes the options for this command.
  301. .2   HELP
  302. :2      command 
  303.          -or-
  304.    NET command /HELP
  305. #2    Commands available are:
  306.  
  307.       NET ACCOUNTS             NET HELP              NET SHARE     
  308.       NET COMPUTER             NET HELPMSG           NET START     
  309.       NET CONFIG               NET LOCALGROUP        NET STATISTICS
  310.       NET CONFIG SERVER        NET NAME              NET STOP      
  311.       NET CONFIG WORKSTATION   NET PAUSE             NET TIME      
  312.       NET CONTINUE             NET PRINT             NET USE       
  313.       NET FILE                 NET SEND              NET USER      
  314.       NET GROUP                NET SESSION           NET VIEW      
  315.  
  316.       NET HELP SERVICES lists network services you can get HELP on.
  317.       NET HELP SYNTAX explains how to read NET HELP syntax lines.
  318.       NET HELP command | MORE displays Help one screen at a time.
  319. $2        
  320.  
  321.    NET HELP describes the options for this command.
  322. .2     HELPMSG
  323. :2             message#
  324. #2 NET HELPMSG displays information about Windows NT network messages 
  325.    (such as error, warning, and alert messages). When you type NET HELPMSG and
  326.    the 4-digit number of the Windows NT error (for example, NET2182), 
  327.    Windows NT tells you about the message and suggests action you can take 
  328.    to solve a problem. 
  329.  
  330.    message#  Is the 4-digit number of the Windows NT message you need help
  331.              with. You don't need to type NET as part of the message number.
  332. $2        
  333.  
  334.    NET HELP HELPMSG describes the options for this command.
  335. .2     LOCALGROUP
  336. :2               [groupname] [/DOMAIN]
  337.                  groupname {/ADD | /DELETE}  [/DOMAIN]
  338.                  groupname name [...] {/ADD | /DELETE} [/DOMAIN]
  339. #2 NET LOCALGROUP modifies local groups on servers. When used without 
  340.    options, it displays the local groups on the server.
  341.  
  342.    groupname        Is the name of the local group to add, expand, or
  343.                     delete. Supply only a groupname to view a list of
  344.                     users or global groups in a local group.
  345.    /DOMAIN          Performs the operation on the domain controller 
  346.                     of the current domain. Otherwise, the operation is 
  347.                     performed on the local workstation. 
  348.                     This parameter applies only to Windows NT computers that 
  349.                     are members of a Windows NT Advanced Server domain but 
  350.                     do not have Windows NT Advanced Server software 
  351.                     installed. By default, Windows NT Advanced Server
  352.                     computers perform operations on the domain 
  353.                     controller. 
  354.    name [ ...]      Lists one or more usernames or groupnames to add or to 
  355.                     remove from a local group. Separate multiple entries with 
  356.                     a space. Names may be users or global groups, but not 
  357.                     other local groups. If a user is from another domain, 
  358.                     preface the username with the domain name (for 
  359.                     example, SALES\RALPHR).
  360.    /ADD             Adds a groupname or username to a local group. An account 
  361.                     must be established for users or global groups added to a
  362.                     local group with this command.
  363.    /DELETE          Removes a groupname or username from a local group.
  364.  
  365.    NET HELP command | MORE displays Help one screen at a time.
  366. $2        
  367.  
  368.    NET HELP LOCALGROUP describes the options for this command.
  369. .2     NAME
  370. :2          [name [/ADD | /DELETE]]
  371. #2 NET NAME adds or deletes a messaging name (alias) at a workstation. 
  372.    A messaging name is a name to which messages are sent. When used without 
  373.    options, NET NAME displays the names accepting messages at the computer.
  374.  
  375.    A workstation's list of names comes from three places:
  376.  
  377.    þ  Message names, which are added with NET NAME
  378.  
  379.    þ  A computername, which is added as a name when the Workstation 
  380.       service is started. This name cannot be deleted.
  381.  
  382.    þ  A username, which is added as a name when you log on, if it 
  383.       is not being used at another workstation. This name can be deleted.
  384.  
  385.    name      Specifies the name to receive messages. The name can have as 
  386.              many as 15 characters. 
  387.    /ADD      Adds a name to a workstation. Typing /ADD is optional; typing 
  388.              NET NAME name works the same way as typing NET NAME name /ADD. 
  389.    /DELETE   Removes a name from a computer. 
  390.  
  391.    NET HELP command | MORE displays Help one screen at a time.
  392. $2        
  393.  
  394.    NET HELP NAME describes the options for this command.
  395. .2     PAUSE
  396. :2             service
  397.  
  398. #2 NET PAUSE suspends a Windows NT service or resource. Pausing a service
  399.    puts it on hold.
  400.  
  401.    service             Is the service to be paused. 
  402.                        Can be one of the following:
  403.                        Net Logon        Telnet
  404.                        Schedule         Workstation
  405.                        Server
  406.  
  407.    NET HELP command | MORE displays Help one screen at a time.
  408. $2
  409.  
  410.    NET HELP PAUSE describes the options for this command.
  411. .2     PRINT
  412. :2             \\computername\sharename
  413.              [\\computername] job# [/HOLD | /RELEASE | /DELETE]
  414.  
  415. #2 NET PRINT displays print jobs and shared queues.
  416.    For each queue, the display lists jobs, showing the size 
  417.    and status of each job, and the status of the queue.
  418.  
  419.    \\computername           Is the name of the server sharing the printer
  420.                             queue(s).
  421.    sharename                Is the name of the shared printer queue. 
  422.    job#                     Is the identification number assigned to a print
  423.                             job. A server with one or more printer queues
  424.                             assigns each print job a unique number.
  425.    /HOLD                    Prevents a job in a queue from printing.
  426.                             The job stays in the printer queue, and other 
  427.                             jobs bypass it until it is released. 
  428.    /RELEASE                 Reactivates a job that is held.
  429.    /DELETE                  Removes a job from a queue.
  430.  
  431.    NET HELP command | MORE displays Help one screen at a time.
  432. $2
  433.  
  434.    NET HELP PRINT describes the options for this command.
  435. .2     SEND
  436. :2          {name | * | /DOMAIN[:name] | /BROADCAST | /USERS} message
  437.  
  438. #2 Sends messages to other users, computers, or messaging names 
  439.    on the network. The Messenger service must be running to receive messages.
  440.  
  441.    You can send a message only to an name that is active on the network.
  442.    If the message is sent to a username, that user must be logged on
  443.    and running the Messenger service to receive the message.
  444.  
  445.    name                   Is the username, computername, or messaging name 
  446.                           to send the message to. If the name is a 
  447.                           computername that contains blank characters, 
  448.                           enclose the alias in quotation marks (" "). 
  449.    *                      Sends the message to all the names in your group. 
  450.    /DOMAIN[:name]         Sends the message to all the names in the 
  451.                           workstation domain. If name is specified, the 
  452.                           message is sent to all the names in the specified 
  453.                           domain or workgroup. 
  454.    /BROADCAST             Sends the message to all the names on the network. 
  455.    /USERS                 Sends the message to all users connected to 
  456.                           the server.
  457.    message                Is text to be sent as a message. 
  458.  
  459.    NET HELP command | MORE displays Help one screen at a time.
  460. $2        
  461.  
  462.    NET HELP SEND describes the options for this command.
  463. .2     SESSION
  464. :2             [\\computername] [/DELETE]
  465. #2 NET SESSION lists or disconnects sessions between the server and other
  466.    computers on the network. When used without options, it displays information
  467.    about all sessions with the server of current focus.
  468.  
  469.    This command works only on servers.
  470.  
  471.    \\computername  Lists the session information for the named computer.
  472.    /DELETE         Ends the session between the server and computername,
  473.                    and closes all open files on the server for the session.
  474.                    If computername is omitted, all sessions are ended.
  475.  
  476.    NET HELP command | MORE displays Help one screen at a time.
  477. $2        
  478.  
  479.    NET HELP SESSION describes the options for this command.
  480. .2     SHARE
  481. :2           sharename
  482.              sharename=drive:path [/USERS:number | /UNLIMITED]
  483.                                   [/REMARK:"text"]
  484.              sharename [/USERS:number | /UNLIMITED]
  485.                        [/REMARK:"text"]
  486.              {sharename | devicename | drive:path} /DELETE
  487. #2 NET SHARE makes a server's resources available to network users. When 
  488.    used without options, it lists information about all resources being 
  489.    shared on the server. For each resource, Windows NT reports the
  490.    devicename(s) or pathname(s) and a descriptive comment associated with it.
  491.  
  492.    sharename          Is the network name of the shared resource. Type 
  493.                       NET SHARE with a sharename only to display information 
  494.                       about that share. 
  495.    drive:path         Specifies the absolute path of the directory to 
  496.                       be shared. 
  497.    /USERS:number      Sets the maximum number of users who can 
  498.                       simultaneously access the shared resource. 
  499.    /UNLIMITED         Specifies an unlimited number of users can 
  500.                       simultaneously access the shared resource
  501.    /REMARK:"text"     Adds a descriptive comment about the resource. 
  502.                       Enclose the text in quotation marks. 
  503.    devicename         Is one or more printers (LPT1: through LPT9:) 
  504.                       shared by sharename.
  505.    /DELETE            Stops sharing the resource. 
  506.  
  507.    NET HELP command | MORE displays Help one screen at a time.
  508. $2        
  509.  
  510.    NET HELP SHARE describes the options for this command.
  511. .2     START
  512. .3           ALERTER
  513. :3
  514. #3 NET START ALERTER starts the Windows NT Alerter service on a server. 
  515.    The Alerter service sends messages about network information to users.
  516.  
  517. $3         
  518.    This command has no options.
  519. .3           CLIPBOOK
  520. .4                    SERVER
  521. :4
  522. #4 NET START CLIPBOOK SERVER starts the Windows NT Clipbook Server service.
  523.    The Clipbook Server service supports cutting and pasting across
  524.    the network. Service names with two words, such as Clipbook Server,
  525.    must be enclosed in quotation marks (") when typed at the 
  526.    command prompt.
  527.  
  528.    NET HELP command | MORE displays Help one screen at a time.
  529. $4
  530.    This command has no options.
  531. :3
  532. #3
  533. $3
  534.  
  535. .3           COMPUTER
  536. .4                    BROWSER
  537. :4
  538. #4 NET START COMPUTER BROWSER starts the Windows NT Computer Browser service
  539.    on a server. The Computer Browser service supports browsing computers 
  540.    on the network and being browsed by other computers on the network. 
  541.    Service names with two words, such as Computer Browser, must be enclosed 
  542.    in quotation marks (") when typed at the command prompt.
  543.  
  544.    NET HELP command | MORE displays Help one screen at a time.
  545. $4
  546.    This command has no options.
  547. :3
  548. #3
  549. $3
  550.  
  551. .3           DIRECTORY
  552. .4                     REPLICATOR
  553. :4
  554. #4 NET START DIRECTORY REPLICATOR starts the Windows NT 
  555.    Directory Replicator service, which copies designated files to 
  556.    specified servers. Service names with two words, such as 
  557.    Directory Replicator, must be enclosed in quotation marks (") when 
  558.    typed at the command prompt. This service can also be started by typing
  559.    NET START REPLICATOR.
  560.  
  561.    NET HELP command | MORE displays Help one screen at a time.
  562. $4
  563.    This command has no options.
  564. :3
  565. #3
  566. $3
  567. .3           EVENTLOG
  568. :3
  569. #3 NET START EVENTLOG starts the event logging service, which logs events on
  570.    the local computer. This service must be started prior to using 
  571.    the Event Viewer to view the logged events.
  572.  
  573.    NET HELP command | MORE displays Help one screen at a time.
  574. $3        
  575.    This command has no options.
  576.  
  577. .3           LOCATOR
  578. :3
  579. #3 NET START LOCATOR Starts the RPC Locator service. The Locator service 
  580.    is the RPC name service for Windows NT. 
  581.  
  582.    NET HELP command | MORE displays Help one screen at a time.
  583. $3        
  584.    This command has no options.
  585.  
  586. .3           MESSENGER
  587. :3
  588. #3 NET START MESSENGER starts the Windows NT Messenger service, which
  589.    lets you receive messages from other network users. Typing this command
  590.    also starts the Workstation service if it is not already running. 
  591.  
  592.    NET HELP command | MORE displays Help one screen at a time.
  593. $3        
  594.    This command has no options.
  595.  
  596. .3           NBT
  597. :3               [/TRACE] [/NOBUILD] [
  598. #3 NET START NBT starts the NetBIOS over TCP (NBT) service.
  599.  
  600.    /TRACE        Builds the NBT protocol stack. Logs actions in the 
  601.                  eventlog about the streams plumbing operations for NBT.
  602.    /NOBUILD      Does not build the NBT protocol stack. Logs actions in 
  603.                  the eventlog about the streams plumbing operations 
  604.                  for NBT. Used to debug registry-based plumbing 
  605.                  descriptions.
  606.  
  607.    NET HELP command | MORE displays Help one screen at a time.
  608. $3        
  609.  
  610.    NET HELP START NBT describes the options for this command.
  611. .3           NET
  612. .4               LOGON
  613. :4
  614. #4 NET START NET LOGON starts the Windows NT Net Logon service, which
  615.    verifies logon requests and controls replication of the user 
  616.    accounts database. Service names with two words, such as 
  617.    Net Logon, must be enclosed in quotation marks (") when typed
  618.    at the command prompt. This service can also be started by typing
  619.    NET START NETLOGON.
  620.  
  621.    NET HELP command | MORE displays Help one screen at a time.
  622. $4
  623.    This command has no options.
  624. :3
  625. #3
  626. $3
  627.  
  628.    NET HELP START NET LOGON describes this command. It has no options.
  629.  
  630. .3           RPCSS
  631. :3
  632. #3 NET START RPCSS starts the Windows NT RPCSS service.
  633.  
  634.    NET HELP command | MORE displays Help one screen at a time.
  635. $3        
  636.    This command has no options.
  637.  
  638. .3           SCHEDULE
  639. :3
  640. #3 NET START SCHEDULE starts the Windows NT Schedule service. 
  641.    The Schedule service must be running to schedule events with 
  642.    the AT command.
  643.  
  644.    NET HELP command | MORE displays Help one screen at a time.
  645. $3        
  646.    This command has no options.
  647.  
  648. .3           SERVER
  649. :3
  650. #3 NET START SERVER starts the Windows NT Server service, which controls
  651.    access to resources.
  652.  
  653.    NET HELP command | MORE displays Help one screen at a time.
  654. $3        
  655.    This command has no options.
  656.  
  657. .3           SNMP
  658. :3                [/LOGLEVEL:level] [/LOGTYPE:type]
  659. #3 Starts the SNMP service. The SNMP service allows a server to report its 
  660.    current status to a simple network management protocol (SNMP) management 
  661.    system on a transport control protocol/internet protocol (TCP/IP) network. 
  662.  
  663.    /LOGLEVEL:level  Determines which events are logged. The higher the number 
  664.                     used for level, the more events will be logged. The 
  665.                     default for level is 1; the range is 1-20.
  666.    /LOGTYPE:type    Determines where the log will be created. The possible 
  667.                     values are 2 for file and 4 for eventlog. The default 
  668.                     is 4. To log events in both a file and the eventlog 
  669.                     use the value 6. The file option creates the 
  670.                     file \WINNT\SNMPDBG.LOG.
  671.  
  672.    NET HELP command | MORE displays Help one screen at a time.
  673. $3        
  674.  
  675.    NET HELP START SNMP describes the options for this command.
  676. .3           TCPIP
  677. :3                 [/TRACE] [/NOBUILD]
  678. #3 NET START TCPIP starts the TCPIP service.
  679.  
  680.    /TRACE        Builds the TCP/IP protocol stack. Logs actions in the 
  681.                  eventlog about the streams plumbing operations for TCP/IP.
  682.    /NOBUILD      Does not build the TCP/IP protocol stack. Logs actions in 
  683.                  the eventlog about the streams plumbing operations 
  684.                  for TCP/IP. Used to debug registry-based plumbing 
  685.                  descriptions.
  686.  
  687.    NET HELP command | MORE displays Help one screen at a time.
  688. $3        
  689.  
  690.    NET HELP START TCPIP describes the options for this command.
  691. .3           TELNET
  692. :3
  693. #3 NET START TELNET starts the TELNET client service.
  694.  
  695.    NET HELP command | MORE displays Help one screen at a time.
  696.  
  697. $3        
  698.    This command has no options.
  699.  
  700. .3           UPS
  701. :3
  702. #3 NET START UPS starts the Windows NT UPS service, which
  703.    provides uninterrupted power service to your computer. The UPS service
  704.    must be configured before starting. 
  705.  
  706.    NET HELP command | MORE displays Help one screen at a time.
  707.  
  708. $3        
  709.    This command has no options.
  710.  
  711. .3           WORKSTATION
  712. :3
  713. #3 NET START WORKSTATION starts the Windows NT Workstation service, which
  714.    enables your computer to use shared resources on the network. 
  715.  
  716.    NET HELP command | MORE displays Help one screen at a time.
  717.  
  718. $3        
  719.    This command has no options.
  720.  
  721. :2           [service]
  722. #2 NET START lists running services. 
  723.  
  724.    To get more help about a specific service, type NET HELP START service.
  725.  
  726.    service   Is one of the following services:
  727.              Alerter                 RPCSS
  728.              Computer Browser        Schedule
  729.              Directory Replicator    Server
  730.              Eventlog                SNMP
  731.              Locator                 TCPIP
  732.              Messenger               Telnet
  733.              NBT                     UPS
  734.              Net Logon               Workstation
  735.  
  736.    NET START can also start network services not provided with Windows NT.
  737.  
  738.    NET HELP command | MORE displays Help one screen at a time.
  739. $2        
  740.  
  741.    NET HELP START describes the options for this command.
  742. .2     STATISTICS
  743. :2                [WORKSTATION | SERVER] 
  744. #2 NET STATISTICS displays the statistics log for the specifed computer,
  745.    Used without parameters, NET STATISTICS displays the services for
  746.    which statistics are available.
  747.  
  748.    SERVER       Displays server statistics.
  749.    WORKSTATION  Displays workstation statistics.
  750.  
  751.    NET HELP command | MORE displays Help one screen at a time.
  752. $2        
  753.  
  754.    NET HELP STATISTICS describes the options for this command.
  755. .2     STOP
  756. :2          service
  757. #2 NET STOP stops Windows NT services.
  758.  
  759.    Stopping a service cancels any network connections the service is 
  760.    using. Also, some services are dependent on others. Stopping one
  761.    service can stop others.
  762.  
  763.    You must have administrative rights to stop the Server service.
  764.  
  765.    service   Is one of the following services:
  766.              Alerter                 Schedule 
  767.              Computer Browser        Server   
  768.              Directory Replicator    SNMP     
  769.              Locator                 Telnet   
  770.              Messenger               UPS      
  771.              Net Logon               Workstation
  772.              RPCSS            
  773.  
  774.    NET STOP can also stop network services not provided with Windows NT.
  775.  
  776.    NET HELP command | MORE displays Help one screen at a time.
  777. $2        
  778.  
  779.    NET HELP STOP describes the options for this command.
  780. .2     TIME
  781. :2          [\\computername | /DOMAIN[:domainname]] [/SET]
  782. #2 NET TIME synchronizes the workstation's clock with that of a server or
  783.    domain, or displays the time for a server or domain. When used without
  784.    options on a Windows NT Advanced Server domain, it displays the current 
  785.    date and time at the server designated as the time server for the domain.
  786.  
  787.    \\computername  Is the name of the server you want to check or
  788.                    synchronize with.
  789.  
  790.    /DOMAIN[:domainname]  Specifies the domain with which to synchronize time.
  791.  
  792.                    This parameter applies only to Windows NT computers that 
  793.                    are members of a Windows NT Advanced Server domain but do 
  794.                    not have Windows NT Advanced Server software installed. By 
  795.                    default, Windows NT Advanced Server computers perform 
  796.                    operations on the domain controller. 
  797.  
  798.    /SET            Synchronizes the computer's time with the time
  799.                    on the specified computer or domain.
  800.  
  801.    NET HELP command | MORE displays Help one screen at a time.
  802. $2        
  803.  
  804.    NET HELP TIME describes the options for this command.
  805. .2     USE
  806. :2         [devicename] [\\computername\sharename [password | *]] 
  807.            [/USER:[domainname\]username] 
  808.            [[/DELETE] | [/PERSISTENT]:{YES | NO}]]
  809.  
  810.    NET USE [/HOME [password | *]] [/DELETE]
  811.  
  812.    NET USE [/PERSISTENT]:{YES | NO}]
  813.  
  814. #2 NET USE connects a workstation to a shared resource or disconnects a 
  815.    workstation from a shared resource. When used without options, it lists 
  816.    the workstation's connections.
  817.  
  818.    devicename       Assigns a name to connect to the resource or specifies 
  819.                     the device to be disconnected. There are two kinds of 
  820.                     devicenames: disk drives (D: through Z:) and printers 
  821.                     (LPT1: through LPT3:). 
  822.    \\computername   Is the name of the server controlling the shared 
  823.                     resource. If the computername contains blank characters, 
  824.                     enclose the double backslash (\\) and the computername 
  825.                     in quotation marks (" "). The computername may be from 
  826.                     1 to 15 characters long. 
  827.    \sharename       Is the network name of the shared resource. 
  828.    password         Is the password needed to access the shared resource. 
  829.    *                Produces a prompt for the password. The password is 
  830.                     not displayed when you type it at the password prompt. 
  831.    /USER            Specifies a different username with which the connection
  832.                     is made. 
  833.    domainname       Specifies another domain. If domain is omitted,
  834.                     the current logged on domain is used.
  835.    username         Specifies the username with which to logon.
  836.    /HOME            Connects a user to their home directory.
  837.    /DELETE          Cancels a network connection and removes the connection
  838.                     from the list of persistent connections. 
  839.    /PERSISTENT      Controls the use of persistent network connections. 
  840.                     The default is the setting used last. 
  841.    YES              Saves connections as they are made, and restores
  842.                     them at next logon. 
  843.    NO               Does not save the connection being made or subsequent 
  844.                     connections; existing connections will be restored at 
  845.                     next logon. Use the /DELETE switch to remove 
  846.                     persistent connections.
  847.    NET HELP command | MORE displays Help one screen at a time.
  848. $2        
  849.  
  850.    NET HELP USE describes the options for this command.
  851. .2     USER
  852. :2          [username [password | *] [options]] [/DOMAIN]
  853.             username {password | *} /ADD [options] [/DOMAIN]
  854.             username [/DELETE] [/DOMAIN]
  855. #2 NET USER creates and modifies user accounts on servers. When used 
  856.    without switches, it lists the user accounts for the server. The 
  857.    user account information is stored in the user accounts database.
  858.  
  859.    This command works only on servers.
  860.  
  861.  
  862.    username     Is the name of the user account to add, delete, modify, or 
  863.                 view. The name of the user account can have as many as 
  864.                 20 characters. 
  865.    password     Assigns or changes a password for the user's account. 
  866.                 A password must satisfy the minimum length set with the 
  867.                 /MINPWLEN option of the NET ACCOUNTS command. It can have as 
  868.                 many as 14 characters. 
  869.    *            Produces a prompt for the password. The password is not 
  870.                 displayed when you type it at a password prompt. 
  871.    /DOMAIN      Performs the operation on the domain controller of 
  872.                 the current domain. 
  873.  
  874.                 This parameter applies only to Windows NT computers that 
  875.                 are members of a Windows NT Advanced Server domain but do 
  876.                 not have Windows NT Advanced Server software installed.
  877.                 By default, Windows NT Advanced Server computers perform 
  878.                 operations on the domain controller.
  879.    /ADD         Adds a user account to the user accounts database. 
  880.    /DELETE      Removes a user account from the user accounts database. 
  881.  
  882.    Options      Are as follows:
  883.  
  884.       Options                    Description
  885.       ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ         ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
  886.       /ACTIVE:{YES | NO}         Activates or deactivates the account. If 
  887.                                  the account is not active, the user cannot
  888.                                  access the server. The default is YES.
  889.       /COMMENT:"text"            Provides a descriptive comment about the
  890.                                  user's account (maximum of 48 characters).
  891.                                  Enclose the text in quotation marks. 
  892.       /COUNTRYCODE:nnn           Uses the operating system country code to
  893.                                  implement the specified language files for a
  894.                                  user's help and error messages. A value of
  895.                                  0 signifies the default country code. 
  896.       /EXPIRES:{date | NEVER}    Causes the account to expire if date is
  897.                                  set. NEVER sets no time limit on the
  898.                                  account. An expiration date is in the
  899.                                  form mm,dd,yy or dd,mm,yy, depending on the
  900.                                  country code. Months can be a number,
  901.                                  spelled out, or abbreviated with three
  902.                                  letters. Year can be two or four numbers.
  903.                                  Use commas or slashes(/) (no spaces) to
  904.                                  separate parts of the date. 
  905.       /FULLNAME:"name"           Is a user's full name (rather than a 
  906.                                  username). Enclose the name in quotation
  907.                                  marks.
  908.       /HOMEDIR:pathname          Sets the path for the user's home directory. 
  909.                                  The path must exist.
  910.       /HOMEDIRREQ:{YES | NO}     Specifies whether a home directory is
  911.                                  required. If so, use the /HOMEDIR switch 
  912.                                  to specify the directory.
  913.       /PASSWORDCHG:{YES | NO}    Specifies whether users can change their
  914.                                  own password. The default is YES.
  915.       /PASSWORDREQ:{YES | NO}    Specifies whether a user account must have
  916.                                  a password. The default is YES.
  917.       /PROFILEPATH[:path]        Sets a path for the user's logon profile.
  918.       /SCRIPTPATH:pathname       Is the location of the user's logon
  919.                                  script.
  920.       /TIMES:{times | ALL}       Is the logon hours. TIMES is expressed as
  921.                                  day[-day][,day[-day]],time[-time][,time
  922.                                  [-time]], limited to 1-hour increments.
  923.                                  Days can be spelled out or abbreviated.
  924.                                  Hours can be 12- or 24-hour notation. For
  925.                                  12-hour notation, use am, pm, a.m., or
  926.                                  p.m. ALL means a user can always log on,
  927.                                  and a blank value means a user can never 
  928.                                  log on. Separate day and time entries with 
  929.                                  a comma, and separate multiple day and time
  930.                                  entries with a semicolon.
  931.       /USERCOMMENT:"text"        Lets an administrator add or change the User 
  932.                                  Comment for the account. 
  933.       /WORKSTATIONS:{computername[,...] | *}
  934.                                  Lists as many as eight workstations from
  935.                                  which a user can log on to the network. If 
  936.                                  /WORKSTATIONS has no list or if the list is *,
  937.                                  the user can log on from any workstation.
  938.  
  939.    NET HELP command | MORE displays Help one screen at a time.
  940. $2        
  941.  
  942.    NET HELP USER describes the options for this command.
  943. .2     VIEW
  944. :2          [\\computername | /DOMAIN[:domainname]]
  945. #2 NET VIEW displays a list of resources being shared on a server. When used
  946.    without options, it displays a list of servers in the current domain.
  947.  
  948.    \\computername             Is a server whose shared resources you want 
  949.                               to view.
  950.    /DOMAIN:domainname         Specifies the domain for which you want to 
  951.                               view the available servers. If domainname is
  952.                               omitted, displays all domains in the local area
  953.                               network.
  954. $2        
  955.  
  956.    NET HELP VIEW describes the options for this command.
  957. :1
  958. #1    
  959.  
  960.    The keyword NET specifies Windows NT commands.
  961.  
  962.    NET HELP command | MORE displays Help one screen at a time.
  963. .1 NAMES
  964. :1
  965.  
  966.    The following types of names are used with Windows NT:
  967.  
  968.    Messaging Name    A name to which messages can be sent. Each workstation's
  969.                      computername and the username logged on at that
  970.                      workstation are added to its list of names. Use the 
  971.                      NET NAME command to view a workstation's names or to
  972.                      add new ones.
  973.  
  974.    Computername      A unique name that identifies a workstation or server on
  975.                      the local-area network.
  976.  
  977.    Devicename        The name by which Windows NT identifies a disk resource 
  978.                      or printer. A disk resource is identified by a drive 
  979.                      letter followed by a colon (for example, D:). A 
  980.                      printer is identified by a port name followed by a colon
  981.                      (for example, LPT1:).
  982.  
  983.    Workgroup         A group of computers on the network. Each workgroup
  984.                      has a unique name. 
  985.  
  986.    Localgroup        A group of names in a Workgroup that are granted the 
  987.                      same rights.
  988.  
  989.    Domain            A group of servers and workstations on the network. A 
  990.                      domain has a unique name. Usually, you must log on in 
  991.                      a domain to gain access to the network. Domains are 
  992.                      created and managed with Windows NT Advanced Server.
  993.  
  994.    Global group      A group of names in a domain that are granted the
  995.                      same rights.
  996.  
  997.    Filename          The name of a file. Under the file allocation table 
  998.                      (FAT) file system, a filename can have as many as eight
  999.                      characters, followed by a period (.) and an extension of
  1000.                      as many as three characters. Under NTFS and HPFS, a 
  1001.                      filename can have as many as 254 characters. 
  1002.  
  1003.    Network path      A description of the location of a shared resource, 
  1004.                      consisting of a server's computername followed by 
  1005.                      the sharename of the resource. The computername 
  1006.                      is preceded by two backslashes, and the sharename is 
  1007.                      preceded by one backslash (for example, 
  1008.                      \\SERVER1\RESOURCE).
  1009.  
  1010.    Path              The location of a directory. A path can consist of a 
  1011.                      devicename and one or more directory names. A 
  1012.                      backslash (\) precedes each directory name (for example,
  1013.                      C:\CUSTOMER\CORP\ACCT).
  1014.  
  1015.    Pathname          A path and a filename. The filename is preceded by a 
  1016.                      backslash (\) (for example, C:\CUSTOMER\CORP\REPORT.DOC).
  1017.  
  1018.    Sharename         A name that identifies a shared resource on a server. A
  1019.                      sharename is used with the server's computername to form 
  1020.                      a network path (as in \\SERVER\RESOURCE).
  1021.  
  1022.    Username          The name a person supplies when logging on at 
  1023.                      a workstation.
  1024.  
  1025.    To view these definitions one screen at a time, type NET HELP NAMES | MORE.
  1026. #1
  1027. $1 There are no options for this topic. This is a help topic about the
  1028.    different types of names Windows NT uses. It is not a NET command.
  1029.  
  1030. :0
  1031. #0
  1032. /*
  1033.     This is how this file works. NET HELP looks for a match between the command
  1034.     specified at run time and one of the entries in this file. For each entry
  1035.     in this file there can be associated with it a subentry, which constitutes
  1036.     an switch for that command (or sub-command). HELP (NET HELP) first searches
  1037.     for a match at level 1. If it finds a match at this level it continues
  1038.     searching for a sub-level (if one was specified at run time). As HELP
  1039.     finds matches it displays them , by doing so it builds the command
  1040.     in it's proper syntax. If no sub commands were entered at run time HELP
  1041.     stops and displays the help associated with that level.
  1042.  
  1043.     SOME RULES:
  1044.       Operators are the funny 2 character symbols that start every line -
  1045.       they are the characters !, %, ., :, and # followed by a alphanumeric
  1046.       character.
  1047.  
  1048.       Every operator must start in column 1.
  1049.  
  1050.       Every operator must be separated from the info that follows it by at
  1051.       least one space.
  1052.  
  1053.       The end of every line must contain a newline. (Trailing spaces will
  1054.       causes matches to fail on ".X" entries.)
  1055.  
  1056.       Every ".1" entry MUST have a corresponding "#1" entry.
  1057.  
  1058.  
  1059.     This file consists of 4 sections. These sections are ...
  1060.  
  1061.      COMMENTS are delimited by a "/*" at the beginning of a line (must
  1062.          start in column 1) indicating the beginning of the comment section.
  1063.          A "*/" at the beginning of a line marks the end of the comment sec-
  1064.          tion. Only two comment section are allowed, one at the very be-
  1065.          ginning of the file and one at the very end. It is recommended that
  1066.          the comment section at the beginning of the file be kept very
  1067.          small to minimize access time to "help data" by the help command.
  1068.  
  1069.      ALIASES are defined by a "%A" beginning in column 1. Aliases allow
  1070.          you to define another name for a given command. For example if
  1071.          you wish to change the name of the "ALERTER" to "WATCHDOG"
  1072.          you could do so by entering the line,
  1073.  
  1074.                 %A ALERTER: WATCHDOG
  1075.  
  1076.          starting at column 1. If there are additional Aliases they should
  1077.          be specified on the same line separated by commas. This tells the
  1078.          help command that if someone types "net help watchdog" they really
  1079.          mean "net help alerter."  Trailing spaces are significant (for this
  1080.          release) in alias names. Beware!
  1081.  
  1082.      COMMANDS are additional commands that you want NET HELP to document.
  1083.          They are defined by placing !C operator (yes starting in column
  1084.          1) followed by the command name on a separate line.
  1085.          An example of this is the AT commands. This
  1086.          is not really NET commands but you can get help on it through
  1087.          NET by entering it with the COMMANDS section in this file. For
  1088.          example if you want to get help on your PHONE command that you wrote
  1089.          and the only help utility you have is the NET HELP utility. To
  1090.          add phone to this utility you must place the following line in the
  1091.          Commands section of this file,
  1092.  
  1093.                !C PHONE
  1094.  
  1095.          starting in column 1. Now all that remains is to add the PHONE
  1096.          help data to the DATA section of this file. (See DATA below)
  1097.          (YES, you can assign aliases to commands that you declare in this
  1098.          section. But you must assign the aliases in the alias section
  1099.          first.)
  1100.  
  1101.      DATA is the actual text that gets printed when you request help.
  1102.          The format for the data section is set up in a way such that
  1103.          the NET HELP command picks up information about a command as it
  1104.          reads through this file. The format of the data section is as
  1105.          follows;
  1106.  
  1107.          The Command Name (this is the proper name used to reference a
  1108.          specific command - any other name used to access this command should
  1109.          be entered in the alias list above) should be preceded by a
  1110.          ".1". This defines that this Command Name would normally be the
  1111.          first thing typed when entering the command. An example of a ".1"
  1112.          Command Name would be NET. When HELP finds this entry, it knows
  1113.          what follows pertains to the NET command. What follows this ".1"
  1114.          entry can be one of 2 possible fields. The syntax operator ":1" or
  1115.          a sub switch operator ".2".
  1116.  
  1117.               Another option of the NET command could follow. If, as it
  1118.          does, the NET command has many options that can be specified, they
  1119.          should be enumerated on separate lines.  Each level of help for a
  1120.          specific command constitutes a higher "dot number". I think an
  1121.          example would make this clearer. Lets look at a help entry for the
  1122.          NET START command. The NET START command has additional options.
  1123.          NET START [SERVER WORKSTATION ALERTER ...etc]. In this example NET
  1124.          is the ".1" entry, START is a ".2" entry and SERVER, WKSTA, and
  1125.          ALERTER are all ".3" entries.
  1126.  
  1127.          .1     NET
  1128.          .2         START
  1129.          .3          SERVER
  1130.          .3          ALERTER
  1131.          .3          WORKSTATION
  1132.  
  1133.          In the example above I indented each level, this helps you
  1134.          visualize what's going on and is legal to do as long as the
  1135.          .X starts in column 1.
  1136.  
  1137.          This is all fine and well but what about the help for NET
  1138.          START SERVER. As stated before HELP allows two levels of
  1139.          assistance , Syntax and Help. You may choose to have the help
  1140.          be the same for all NET START options but obviously want
  1141.          different syntax displayed for each option. In order to do
  1142.          this you must place the help for any option (or sub-option)
  1143.          in the file prior to the help for the actual command. Sticking
  1144.          with our original example, lets assume that the SERVER and
  1145.          the WORKSTATION have enough in common that they want to share
  1146.          the same help message, but the alerter has some different
  1147.          information. We can accomplish this by specifying syntax, but
  1148.          no help for the SERVER and WORKSTATION options and specifying
  1149.          both for the ALERTER.
  1150.  
  1151.          .1     NET
  1152.          .2         START
  1153.          .3          SERVER
  1154. (Syntax)    :3              /Security /Autodisconnect ...etc
  1155.          .3          ALERTER
  1156. (Syntax)    :3
  1157. (Help)         #3              The alerter is the service that bla bla bla...etc
  1158.          .3          WORKSTATION
  1159.  
  1160. (Syntax)    :3              /Computername /Chartime ...etc
  1161. (Syntax)    :2
  1162. (Help)         #2          This is the help for NET START bla ... etc
  1163.  
  1164.           In the example above you will note a couple of things.
  1165.          First, I introduced two new operators ":" and "#". As indicated by
  1166.          the parentheses the ":" operator defines syntax data and "#"
  1167.          defines help data. Secondly, you may have noticed there were no
  1168.          syntax entries for the NET START ALERTER or NET START. In the
  1169.          case of NET START ALERTER, there may be no more syntax to be
  1170.          specified, since HELP generates the syntax as it reads the entries.
  1171.          In the case of NET START, leaving the syntax field blank, tells
  1172.          HELP to generate an option lists for the START command from the
  1173.          .3 entries found contained in the START section. If however,
  1174.          syntax information would have been placed there, HELP would have
  1175.          displayed the supplied information.
  1176.  
  1177.           This behavior can be expanded to 8 levels of sub-options.
  1178.          All level 1 (".1") entries must have a help ("#1") entry. The end
  1179.          of the data section must be marked by the following lines,
  1180.  
  1181.          :0
  1182.          #0
  1183.  
  1184.          beginning in column 1. There can be no more than 512 characters in
  1185.          the option field including the spaces between the options and the
  1186.          brackets. White space following the ".X" operators is ignored, white
  1187.          space following the ":X" and "#X" operators is printed exactly as
  1188.          entered. If data is entered on the next line following the syntax or
  1189.          help operators it is printed as entered, except that the first three
  1190.          columns are always ignored.
  1191.  
  1192. */
  1193.  
  1194.